﻿2026-06-13T11:05:50.2822131Z Current runner version: '2.335.1'
2026-06-13T11:05:50.2828395Z Runner name: 'hfenduleam'
2026-06-13T11:05:50.2829035Z Runner group name: 'Default'
2026-06-13T11:05:50.2829852Z Machine name: 'HFENDULEAM'
2026-06-13T11:05:50.2832651Z ##[group]GITHUB_TOKEN Permissions
2026-06-13T11:05:50.2834363Z Contents: read
2026-06-13T11:05:50.2834888Z Metadata: read
2026-06-13T11:05:50.2835365Z Packages: read
2026-06-13T11:05:50.2835843Z ##[endgroup]
2026-06-13T11:05:50.2837482Z Secret source: Actions
2026-06-13T11:05:50.2838107Z Prepare workflow directory
2026-06-13T11:05:50.3205507Z Prepare all required actions
2026-06-13T11:05:50.3231438Z Getting action download info
2026-06-13T11:05:50.7704973Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-13T11:05:51.5981753Z Complete job name: n1-gate (self-hosted, Windows, hfenduleam)
2026-06-13T11:05:51.6700224Z ##[group]Run actions/checkout@v5
2026-06-13T11:05:51.6701351Z with:
2026-06-13T11:05:51.6701844Z   fetch-depth: 0
2026-06-13T11:05:51.6702497Z   repository: SaberMage/spt-core
2026-06-13T11:05:51.6707918Z   token: ***
2026-06-13T11:05:51.6708458Z   ssh-strict: true
2026-06-13T11:05:51.6709090Z   ssh-user: git
2026-06-13T11:05:51.6709601Z   persist-credentials: true
2026-06-13T11:05:51.6710193Z   clean: true
2026-06-13T11:05:51.6710701Z   sparse-checkout-cone-mode: true
2026-06-13T11:05:51.6711340Z   fetch-tags: false
2026-06-13T11:05:51.6711868Z   show-progress: true
2026-06-13T11:05:51.6712416Z   lfs: false
2026-06-13T11:05:51.6712944Z   submodules: false
2026-06-13T11:05:51.6713491Z   set-safe-directory: true
2026-06-13T11:05:51.6714342Z ##[endgroup]
2026-06-13T11:05:51.8763956Z Syncing repository: SaberMage/spt-core
2026-06-13T11:05:51.8765229Z ##[group]Getting Git version info
2026-06-13T11:05:51.8765931Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-13T11:05:51.8991389Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-13T11:05:51.9189231Z git version 2.43.0.windows.1
2026-06-13T11:05:51.9215370Z ##[endgroup]
2026-06-13T11:05:51.9223270Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\9abce052-e6b7-4650-8972-bd0d5da1b641\.gitconfig'
2026-06-13T11:05:51.9235889Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\9abce052-e6b7-4650-8972-bd0d5da1b641' before making global git config changes
2026-06-13T11:05:51.9236938Z Adding repository directory to the temporary git global config as a safe directory
2026-06-13T11:05:51.9240775Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-13T11:05:51.9473647Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-13T11:05:51.9660343Z https://github.com/SaberMage/spt-core
2026-06-13T11:05:51.9688435Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-13T11:05:51.9693002Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-13T11:05:51.9896085Z HEAD
2026-06-13T11:05:52.0147881Z ##[endgroup]
2026-06-13T11:05:52.0150999Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-13T11:05:52.3815128Z ##[group]Cleaning the repository
2026-06-13T11:05:52.3822423Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-13T11:06:01.2855337Z Removing .adapter-notify/
2026-06-13T11:06:01.2855981Z Removing target/
2026-06-13T11:06:01.2893070Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-13T11:06:01.3379792Z HEAD is now at 6b98561 Merge 77e0fb1bc77f8f2f500c9bdadcd65e158b5d4c11 into b189513c697e4305452b836bcdc14ce1b573c7b4
2026-06-13T11:06:01.3403948Z ##[endgroup]
2026-06-13T11:06:01.3409325Z ##[group]Disabling automatic garbage collection
2026-06-13T11:06:01.3413663Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-13T11:06:01.3639687Z ##[endgroup]
2026-06-13T11:06:01.3640162Z ##[group]Setting up auth
2026-06-13T11:06:01.3646171Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-13T11:06:01.3858550Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-13T11:06:01.7442476Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-13T11:06:01.7691336Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-13T11:06:02.1366875Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-13T11:06:02.1578331Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-13T11:06:02.5201301Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-13T11:06:02.5515154Z ##[endgroup]
2026-06-13T11:06:02.5515658Z ##[group]Fetching the repository
2026-06-13T11:06:02.5525476Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +3d7b98a8d6bfdc30c6b2bb37c61f7bbd7b95bad5:refs/remotes/pull/9/merge
2026-06-13T11:06:03.5770816Z From https://github.com/SaberMage/spt-core
2026-06-13T11:06:03.5771253Z  * [new branch]      m9-gateway-wan                           -> origin/m9-gateway-wan
2026-06-13T11:06:03.5771701Z  * [new ref]         3d7b98a8d6bfdc30c6b2bb37c61f7bbd7b95bad5 -> pull/9/merge
2026-06-13T11:06:03.5900104Z ##[endgroup]
2026-06-13T11:06:03.5900520Z ##[group]Determining the checkout info
2026-06-13T11:06:03.5900862Z ##[endgroup]
2026-06-13T11:06:03.5906307Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-13T11:06:03.6174325Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-13T11:06:03.6399799Z ##[group]Checking out the ref
2026-06-13T11:06:03.6404352Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/9/merge
2026-06-13T11:06:03.6938231Z Previous HEAD position was 6b98561 Merge 77e0fb1bc77f8f2f500c9bdadcd65e158b5d4c11 into b189513c697e4305452b836bcdc14ce1b573c7b4
2026-06-13T11:06:03.6938913Z HEAD is now at 3d7b98a Merge 1588525c4f950730e89bd4f73d1acef2e1c6e6c6 into 77e0fb1bc77f8f2f500c9bdadcd65e158b5d4c11
2026-06-13T11:06:03.6968970Z ##[endgroup]
2026-06-13T11:06:03.7230752Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-13T11:06:03.7442647Z 3d7b98a8d6bfdc30c6b2bb37c61f7bbd7b95bad5
2026-06-13T11:06:03.7742273Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-13T11:06:03.7742633Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-13T11:06:03.7742885Z [36;1m$PIN = "0c95435"[0m
2026-06-13T11:06:03.7743121Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-13T11:06:03.7743402Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-13T11:06:03.7743768Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-13T11:06:03.7744137Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-13T11:06:03.7744452Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-13T11:06:03.7744744Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-13T11:06:03.7744978Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-13T11:06:03.7745316Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-13T11:06:03.7745729Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-13T11:06:03.7745964Z [36;1m}[0m
2026-06-13T11:06:03.7746642Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-13T11:06:03.7747118Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-13T11:06:03.7822403Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-13T11:06:03.7822686Z ##[endgroup]
2026-06-13T11:06:04.6005371Z    Compiling proc-macro2 v1.0.106
2026-06-13T11:06:04.6005723Z    Compiling unicode-ident v1.0.24
2026-06-13T11:06:04.6005954Z    Compiling quote v1.0.45
2026-06-13T11:06:04.6006176Z    Compiling cfg-if v1.0.4
2026-06-13T11:06:04.6007380Z    Compiling serde_core v1.0.228
2026-06-13T11:06:04.6007746Z    Compiling serde v1.0.228
2026-06-13T11:06:04.6008039Z    Compiling windows-link v0.2.1
2026-06-13T11:06:04.6008367Z    Compiling portable-atomic v1.13.1
2026-06-13T11:06:04.6008865Z    Compiling typenum v1.20.1
2026-06-13T11:06:04.6009430Z    Compiling getrandom v0.3.4
2026-06-13T11:06:04.6009929Z    Compiling version_check v0.9.5
2026-06-13T11:06:04.6010246Z    Compiling pin-project-lite v0.2.17
2026-06-13T11:06:04.6010694Z    Compiling find-msvc-tools v0.1.9
2026-06-13T11:06:04.6011044Z    Compiling shlex v2.0.1
2026-06-13T11:06:04.6011399Z    Compiling critical-section v1.2.0
2026-06-13T11:06:04.6011811Z    Compiling memchr v2.8.1
2026-06-13T11:06:04.6741672Z    Compiling windows-sys v0.61.2
2026-06-13T11:06:04.6953175Z    Compiling subtle v2.6.1
2026-06-13T11:06:04.7108109Z    Compiling futures-core v0.3.32
2026-06-13T11:06:04.7973114Z    Compiling bytes v1.11.1
2026-06-13T11:06:04.8070232Z    Compiling smallvec v1.15.1
2026-06-13T11:06:04.9410035Z    Compiling semver v1.0.28
2026-06-13T11:06:04.9448199Z    Compiling itoa v1.0.18
2026-06-13T11:06:04.9641950Z    Compiling equivalent v1.0.2
2026-06-13T11:06:05.0366204Z    Compiling stable_deref_trait v1.2.1
2026-06-13T11:06:05.0836438Z    Compiling log v0.4.32
2026-06-13T11:06:05.1045940Z    Compiling generic-array v0.14.7
2026-06-13T11:06:05.1404657Z    Compiling futures-io v0.3.32
2026-06-13T11:06:05.1478405Z    Compiling slab v0.4.12
2026-06-13T11:06:05.2528740Z    Compiling rustc_version v0.4.1
2026-06-13T11:06:05.2868215Z    Compiling futures-sink v0.3.32
2026-06-13T11:06:05.3233694Z    Compiling futures-task v0.3.32
2026-06-13T11:06:05.3457042Z    Compiling hashbrown v0.17.1
2026-06-13T11:06:05.3516210Z    Compiling getrandom v0.2.17
2026-06-13T11:06:05.3596434Z    Compiling cpufeatures v0.2.17
2026-06-13T11:06:05.5223186Z    Compiling futures-channel v0.3.32
2026-06-13T11:06:05.5526716Z    Compiling fnv v1.0.7
2026-06-13T11:06:05.5527154Z    Compiling libc v0.2.186
2026-06-13T11:06:05.5825479Z    Compiling rand_core v0.10.1
2026-06-13T11:06:05.5988675Z    Compiling cfg_aliases v0.2.1
2026-06-13T11:06:05.6526039Z    Compiling jobserver v0.1.34
2026-06-13T11:06:05.7244570Z    Compiling autocfg v1.5.1
2026-06-13T11:06:05.7246362Z    Compiling rustversion v1.0.22
2026-06-13T11:06:05.7278272Z    Compiling litemap v0.8.2
2026-06-13T11:06:05.7487781Z    Compiling writeable v0.6.3
2026-06-13T11:06:05.7902392Z    Compiling dunce v1.0.5
2026-06-13T11:06:05.8099481Z    Compiling utf8_iter v1.0.4
2026-06-13T11:06:05.8475955Z    Compiling cc v1.2.63
2026-06-13T11:06:05.8606488Z    Compiling fs_extra v1.3.0
2026-06-13T11:06:05.8937512Z    Compiling icu_properties_data v2.2.0
2026-06-13T11:06:05.9825792Z    Compiling getrandom v0.4.2
2026-06-13T11:06:06.0189112Z    Compiling indexmap v2.14.0
2026-06-13T11:06:06.0262382Z    Compiling icu_normalizer_data v2.2.0
2026-06-13T11:06:06.0433864Z    Compiling percent-encoding v2.3.2
2026-06-13T11:06:06.0515007Z    Compiling http v1.4.1
2026-06-13T11:06:06.1138702Z    Compiling strsim v0.11.1
2026-06-13T11:06:06.3115034Z    Compiling aws-lc-rs v1.17.0
2026-06-13T11:06:06.3401109Z    Compiling crypto-common v0.1.7
2026-06-13T11:06:06.3709817Z    Compiling thiserror v2.0.18
2026-06-13T11:06:06.4303895Z    Compiling cpufeatures v0.3.0
2026-06-13T11:06:06.4682472Z    Compiling block-buffer v0.10.4
2026-06-13T11:06:06.5522734Z    Compiling syn v2.0.117
2026-06-13T11:06:06.5869256Z    Compiling chacha20 v0.10.0
2026-06-13T11:06:06.6710170Z    Compiling cmake v0.1.58
2026-06-13T11:06:06.6934207Z    Compiling form_urlencoded v1.2.2
2026-06-13T11:06:06.6934688Z    Compiling untrusted v0.9.0
2026-06-13T11:06:06.7299741Z    Compiling ident_case v1.0.1
2026-06-13T11:06:06.7484640Z    Compiling digest v0.10.7
2026-06-13T11:06:06.7748422Z    Compiling rand v0.10.1
2026-06-13T11:06:06.7808970Z    Compiling num-traits v0.2.19
2026-06-13T11:06:06.8153294Z    Compiling windows-strings v0.5.1
2026-06-13T11:06:06.8362475Z    Compiling windows-result v0.4.1
2026-06-13T11:06:06.8788562Z    Compiling scopeguard v1.2.0
2026-06-13T11:06:06.8942377Z    Compiling rustls v0.23.40
2026-06-13T11:06:06.9108372Z    Compiling unicode-segmentation v1.13.3
2026-06-13T11:06:06.9982443Z    Compiling lock_api v0.4.14
2026-06-13T11:06:07.0249208Z    Compiling anyhow v1.0.102
2026-06-13T11:06:07.1858225Z    Compiling unicode-xid v0.2.6
2026-06-13T11:06:07.1858745Z    Compiling bitflags v2.12.1
2026-06-13T11:06:07.3102259Z    Compiling atomic-waker v1.1.2
2026-06-13T11:06:07.3479312Z    Compiling convert_case v0.10.0
2026-06-13T11:06:07.3672210Z    Compiling const-oid v0.10.2
2026-06-13T11:06:07.3737829Z    Compiling zerocopy v0.8.50
2026-06-13T11:06:07.4720951Z    Compiling httparse v1.10.1
2026-06-13T11:06:07.4762604Z    Compiling http-body v1.0.1
2026-06-13T11:06:07.4953476Z    Compiling curve25519-dalek v4.1.3
2026-06-13T11:06:07.5692650Z    Compiling hybrid-array v0.4.12
2026-06-13T11:06:07.6239523Z    Compiling ahash v0.8.12
2026-06-13T11:06:07.6458630Z    Compiling powerfmt v0.2.0
2026-06-13T11:06:07.6731133Z    Compiling fastrand v2.4.1
2026-06-13T11:06:07.6874532Z    Compiling base64ct v1.8.3
2026-06-13T11:06:07.7256518Z    Compiling heck v0.5.0
2026-06-13T11:06:07.8387261Z    Compiling deranged v0.5.8
2026-06-13T11:06:07.8891991Z    Compiling rand_core v0.6.4
2026-06-13T11:06:07.9854722Z    Compiling pem-rfc7468 v1.0.0
2026-06-13T11:06:08.0125182Z    Compiling aws-lc-sys v0.41.0
2026-06-13T11:06:08.0144769Z    Compiling ring v0.17.14
2026-06-13T11:06:08.0536110Z    Compiling base64 v0.22.1
2026-06-13T11:06:08.0885905Z    Compiling num-conv v0.2.2
2026-06-13T11:06:08.0953492Z    Compiling try-lock v0.2.5
2026-06-13T11:06:08.1267022Z    Compiling tinyvec_macros v0.1.1
2026-06-13T11:06:08.2061181Z    Compiling parking_lot_core v0.9.12
2026-06-13T11:06:08.2397850Z    Compiling data-encoding v2.11.0
2026-06-13T11:06:08.3141056Z    Compiling zmij v1.0.21
2026-06-13T11:06:08.3366926Z    Compiling pkg-config v0.3.33
2026-06-13T11:06:08.3883652Z    Compiling vcpkg v0.2.15
2026-06-13T11:06:08.3971210Z    Compiling time-core v0.1.8
2026-06-13T11:06:08.4054140Z    Compiling tower-service v0.3.3
2026-06-13T11:06:08.4886100Z    Compiling want v0.3.1
2026-06-13T11:06:08.5736205Z    Compiling tinyvec v1.11.0
2026-06-13T11:06:08.6171987Z    Compiling crypto-common v0.2.2
2026-06-13T11:06:08.6413420Z    Compiling block-buffer v0.12.0
2026-06-13T11:06:08.6480008Z    Compiling vergen-lib v9.1.0
2026-06-13T11:06:08.6866057Z    Compiling sha2 v0.10.9
2026-06-13T11:06:08.6938433Z    Compiling inout v0.1.4
2026-06-13T11:06:08.8474592Z    Compiling n0-future v0.3.2
2026-06-13T11:06:08.8602455Z    Compiling spin v0.10.0
2026-06-13T11:06:08.9739261Z    Compiling winnow v1.0.3
2026-06-13T11:06:08.9795525Z    Compiling cordyceps v0.3.4
2026-06-13T11:06:09.0374937Z    Compiling serde_json v1.0.150
2026-06-13T11:06:09.0445851Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-13T11:06:09.1521150Z    Compiling parking v2.2.1
2026-06-13T11:06:09.1865776Z    Compiling diatomic-waker v0.2.3
2026-06-13T11:06:09.2415384Z    Compiling httpdate v1.0.3
2026-06-13T11:06:09.2739240Z    Compiling signature v2.2.0
2026-06-13T11:06:09.3363391Z    Compiling crossbeam-utils v0.8.21
2026-06-13T11:06:09.3815091Z    Compiling ed25519 v2.2.3
2026-06-13T11:06:09.4368010Z    Compiling digest v0.11.3
2026-06-13T11:06:09.4663655Z    Compiling libsqlite3-sys v0.30.1
2026-06-13T11:06:09.5121257Z    Compiling futures-buffered v0.2.13
2026-06-13T11:06:09.5180640Z    Compiling futures-lite v2.6.1
2026-06-13T11:06:09.6520635Z    Compiling cipher v0.4.4
2026-06-13T11:06:09.7779509Z    Compiling vergen v9.1.0
2026-06-13T11:06:09.7781247Z    Compiling vergen-lib v0.1.6
2026-06-13T11:06:09.8109767Z    Compiling universal-hash v0.5.1
2026-06-13T11:06:09.9355370Z    Compiling heapless v0.7.17
2026-06-13T11:06:09.9834718Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-13T11:06:09.9879317Z    Compiling noq-udp v0.10.0
2026-06-13T11:06:10.0055754Z    Compiling sync_wrapper v1.0.2
2026-06-13T11:06:10.0471409Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-13T11:06:10.0571233Z    Compiling byteorder v1.5.0
2026-06-13T11:06:10.1261148Z    Compiling either v1.16.0
2026-06-13T11:06:10.1378744Z    Compiling opaque-debug v0.3.1
2026-06-13T11:06:10.3001531Z    Compiling polyval v0.6.2
2026-06-13T11:06:10.3030371Z    Compiling hash32 v0.2.1
2026-06-13T11:06:10.4039376Z    Compiling parking_lot v0.12.5
2026-06-13T11:06:10.4712224Z    Compiling vergen-gitcl v1.0.8
2026-06-13T11:06:10.5015455Z    Compiling spin v0.9.8
2026-06-13T11:06:10.5618993Z    Compiling windows-threading v0.2.1
2026-06-13T11:06:10.5872401Z    Compiling fallible-iterator v0.3.0
2026-06-13T11:06:10.5995927Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-13T11:06:10.6415378Z    Compiling tower-layer v0.3.3
2026-06-13T11:06:10.7524260Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-13T11:06:10.7964533Z    Compiling signature v3.0.0
2026-06-13T11:06:10.8482306Z    Compiling windows-targets v0.52.6
2026-06-13T11:06:10.8752696Z    Compiling ghash v0.5.1
2026-06-13T11:06:10.9220257Z    Compiling ctr v0.9.2
2026-06-13T11:06:10.9467839Z    Compiling aes v0.8.4
2026-06-13T11:06:11.0000263Z    Compiling sha2 v0.11.0-rc.5
2026-06-13T11:06:11.0297390Z    Compiling time v0.3.47
2026-06-13T11:06:11.0587111Z    Compiling http-body-util v0.1.3
2026-06-13T11:06:11.1351163Z    Compiling aead v0.5.2
2026-06-13T11:06:11.1711702Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-13T11:06:11.2105408Z    Compiling ipconfig v0.3.4
2026-06-13T11:06:11.2981925Z    Compiling synstructure v0.13.2
2026-06-13T11:06:11.3434947Z    Compiling darling_core v0.20.11
2026-06-13T11:06:11.4743983Z    Compiling winapi v0.3.9
2026-06-13T11:06:11.5512264Z    Compiling widestring v1.2.1
2026-06-13T11:06:11.7495847Z    Compiling aes-gcm v0.10.3
2026-06-13T11:06:11.7700684Z    Compiling crossbeam-channel v0.5.15
2026-06-13T11:06:11.9695535Z    Compiling proc-macro-crate v3.5.0
2026-06-13T11:06:12.1504174Z    Compiling crossbeam-epoch v0.9.18
2026-06-13T11:06:12.1816774Z    Compiling windows-sys v0.59.0
2026-06-13T11:06:12.2890069Z    Compiling blake3 v1.8.5
2026-06-13T11:06:12.4234126Z    Compiling windows-registry v0.6.1
2026-06-13T11:06:12.5138742Z    Compiling uuid v1.23.2
2026-06-13T11:06:12.5221697Z    Compiling memoffset v0.6.5
2026-06-13T11:06:12.5991450Z    Compiling acto v0.8.2
2026-06-13T11:06:12.6774749Z    Compiling noq v0.18.0
2026-06-13T11:06:12.6897480Z    Compiling netwatch v0.16.0
2026-06-13T11:06:12.8036253Z    Compiling aho-corasick v1.1.4
2026-06-13T11:06:12.8325891Z    Compiling regex-syntax v0.8.10
2026-06-13T11:06:12.8592354Z    Compiling allocator-api2 v0.2.21
2026-06-13T11:06:12.8919489Z    Compiling identity-hash v0.1.0
2026-06-13T11:06:13.0550851Z    Compiling socket2 v0.6.4
2026-06-13T11:06:13.0751938Z    Compiling mio v1.2.1
2026-06-13T11:06:13.1080949Z    Compiling thiserror v1.0.69
2026-06-13T11:06:13.1784167Z    Compiling ryu v1.0.23
2026-06-13T11:06:13.1963705Z    Compiling foldhash v0.2.0
2026-06-13T11:06:13.2210618Z    Compiling lru-slab v0.1.2
2026-06-13T11:06:13.2603229Z    Compiling sorted-index-buffer v0.2.1
2026-06-13T11:06:13.2684878Z    Compiling rustc-hash v2.1.2
2026-06-13T11:06:13.4093714Z    Compiling mac-addr v0.3.0
2026-06-13T11:06:13.4217076Z    Compiling tagptr v0.2.0
2026-06-13T11:06:13.4217563Z    Compiling ref-cast v1.0.25
2026-06-13T11:06:13.4339080Z    Compiling xml-rs v0.8.28
2026-06-13T11:06:13.6078339Z    Compiling hashbrown v0.16.1
2026-06-13T11:06:13.8487877Z    Compiling serde_derive v1.0.228
2026-06-13T11:06:13.8602849Z    Compiling zeroize_derive v1.4.3
2026-06-13T11:06:13.8759757Z    Compiling zerofrom-derive v0.1.7
2026-06-13T11:06:13.9462395Z    Compiling yoke-derive v0.8.2
2026-06-13T11:06:14.0472670Z    Compiling tokio-macros v2.7.0
2026-06-13T11:06:14.3111182Z    Compiling futures-macro v0.3.32
2026-06-13T11:06:14.3599880Z    Compiling zerovec-derive v0.11.3
2026-06-13T11:06:14.6569699Z    Compiling displaydoc v0.2.6
2026-06-13T11:06:14.6948879Z    Compiling zeroize v1.8.2
2026-06-13T11:06:14.7655059Z    Compiling tracing-attributes v0.1.31
2026-06-13T11:06:14.8591264Z    Compiling thiserror-impl v2.0.18
2026-06-13T11:06:14.9051711Z    Compiling tokio v1.52.3
2026-06-13T11:06:15.1014374Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-13T11:06:15.2388095Z    Compiling rustls-pki-types v1.14.1
2026-06-13T11:06:15.3958386Z    Compiling futures-util v0.3.32
2026-06-13T11:06:15.3979112Z    Compiling darling_macro v0.20.11
2026-06-13T11:06:15.5020084Z    Compiling derive_more-impl v2.1.1
2026-06-13T11:06:15.6634920Z    Compiling zerofrom v0.1.8
2026-06-13T11:06:15.7438941Z    Compiling windows-interface v0.59.3
2026-06-13T11:06:15.9061888Z    Compiling n0-error-macros v0.1.3
2026-06-13T11:06:15.9107996Z    Compiling spez v0.1.2
2026-06-13T11:06:15.9653635Z    Compiling darling v0.20.11
2026-06-13T11:06:16.0446467Z    Compiling yoke v0.8.3
2026-06-13T11:06:16.1006787Z    Compiling windows-implement v0.60.2
2026-06-13T11:06:16.2657425Z    Compiling derive_builder_core v0.20.2
2026-06-13T11:06:16.3938588Z    Compiling zerovec v0.11.6
2026-06-13T11:06:16.4646458Z    Compiling zerotrie v0.2.4
2026-06-13T11:06:16.4883599Z    Compiling der v0.8.0-rc.10
2026-06-13T11:06:16.5708280Z    Compiling pin-project-internal v1.1.13
2026-06-13T11:06:16.7527165Z    Compiling postcard-derive v0.2.2
2026-06-13T11:06:16.9986707Z    Compiling n0-error v0.1.3
2026-06-13T11:06:17.0077668Z    Compiling windows-core v0.62.2
2026-06-13T11:06:17.0223660Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-13T11:06:17.1288050Z    Compiling tinystr v0.8.3
2026-06-13T11:06:17.1674710Z    Compiling potential_utf v0.1.5
2026-06-13T11:06:17.3557479Z    Compiling icu_locale_core v2.2.0
2026-06-13T11:06:17.4000610Z    Compiling icu_collections v2.2.0
2026-06-13T11:06:17.4277830Z    Compiling cobs v0.3.0
2026-06-13T11:06:17.4445432Z    Compiling ed25519-dalek v2.2.0
2026-06-13T11:06:17.5560999Z    Compiling data-encoding-macro v0.1.20
2026-06-13T11:06:17.5726103Z    Compiling derive_builder_macro v0.20.2
2026-06-13T11:06:17.6612097Z    Compiling spki v0.8.0-rc.4
2026-06-13T11:06:17.6678035Z    Compiling spt-proto v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-13T11:06:17.7432018Z    Compiling windows-numerics v0.3.1
2026-06-13T11:06:17.8233677Z    Compiling windows-collections v0.3.2
2026-06-13T11:06:17.9129576Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-13T11:06:17.9345816Z    Compiling windows-future v0.3.2
2026-06-13T11:06:18.0158568Z    Compiling derive_builder v0.20.2
2026-06-13T11:06:18.0232510Z    Compiling strum_macros v0.28.0
2026-06-13T11:06:18.1398181Z    Compiling num_enum_derive v0.7.6
2026-06-13T11:06:18.2795338Z    Compiling pin-project v1.1.13
2026-06-13T11:06:18.3439711Z    Compiling icu_provider v2.2.0
2026-06-13T11:06:18.3902024Z    Compiling futures-executor v0.3.32
2026-06-13T11:06:18.5758680Z    Compiling futures v0.3.32
2026-06-13T11:06:18.6386520Z    Compiling icu_properties v2.2.0
2026-06-13T11:06:18.6790761Z    Compiling icu_normalizer v2.2.0
2026-06-13T11:06:18.7086055Z    Compiling windows v0.62.2
2026-06-13T11:06:18.7365907Z    Compiling enum-assoc v1.3.0
2026-06-13T11:06:18.8038067Z    Compiling iroh-metrics-derive v0.4.1
2026-06-13T11:06:18.8240353Z    Compiling async-trait v0.1.89
2026-06-13T11:06:18.8899447Z    Compiling regex-automata v0.4.14
2026-06-13T11:06:19.2542103Z    Compiling tokio-util v0.7.18
2026-06-13T11:06:19.3494747Z    Compiling ipnet v2.12.0
2026-06-13T11:06:19.5267445Z    Compiling ed25519 v3.0.0-rc.4
2026-06-13T11:06:19.7505485Z    Compiling once_cell v1.21.4
2026-06-13T11:06:19.8136202Z    Compiling idna_adapter v1.2.2
2026-06-13T11:06:19.9812985Z    Compiling tracing-core v0.1.36
2026-06-13T11:06:20.0021817Z    Compiling idna v1.1.0
2026-06-13T11:06:20.2425039Z    Compiling derive_more v2.1.1
2026-06-13T11:06:20.2747465Z    Compiling prefix-trie v0.8.4
2026-06-13T11:06:20.2792983Z    Compiling postcard v1.1.3
2026-06-13T11:06:20.3130552Z    Compiling hashbrown v0.14.5
2026-06-13T11:06:20.3412579Z    Compiling tower v0.5.3
2026-06-13T11:06:20.3715182Z    Compiling chrono v0.4.45
2026-06-13T11:06:20.5516575Z    Compiling tracing v0.1.44
2026-06-13T11:06:20.7326464Z    Compiling url v2.5.8
2026-06-13T11:06:20.8634821Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-13T11:06:20.9359397Z    Compiling h2 v0.4.14
2026-06-13T11:06:20.9361965Z    Compiling hashlink v0.9.1
2026-06-13T11:06:20.9964862Z    Compiling n0-watcher v0.6.1
2026-06-13T11:06:21.0593540Z    Compiling strum v0.28.0
2026-06-13T11:06:21.0741317Z    Compiling iroh-metrics v0.38.3
2026-06-13T11:06:21.1003088Z    Compiling tokio-stream v0.1.18
2026-06-13T11:06:21.3072909Z    Compiling rusqlite v0.32.1
2026-06-13T11:06:21.3159852Z    Compiling moka v0.12.15
2026-06-13T11:06:21.3215885Z    Compiling netdev v0.42.0
2026-06-13T11:06:21.3529322Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-13T11:06:21.3685688Z    Compiling iroh-base v0.98.0
2026-06-13T11:06:21.4548465Z    Compiling attohttpc v0.30.1
2026-06-13T11:06:21.6122013Z    Compiling tower-http v0.6.11
2026-06-13T11:06:21.7028738Z    Compiling iroh-relay v0.98.0
2026-06-13T11:06:22.0680128Z    Compiling num_enum v0.7.6
2026-06-13T11:06:22.1623453Z    Compiling serde_spanned v0.6.9
2026-06-13T11:06:22.1959701Z    Compiling toml_datetime v0.6.11
2026-06-13T11:06:22.2120914Z    Compiling xmltree v0.10.3
2026-06-13T11:06:22.2352179Z    Compiling spt-store v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-13T11:06:22.3209516Z    Compiling thiserror-impl v1.0.69
2026-06-13T11:06:22.3340657Z    Compiling ref-cast-impl v1.0.25
2026-06-13T11:06:22.3691942Z    Compiling serde_derive_internals v0.29.1
2026-06-13T11:06:22.4843969Z    Compiling simple-dns v0.9.3
2026-06-13T11:06:22.5450042Z    Compiling serial-core v0.4.0
2026-06-13T11:06:22.5911074Z    Compiling arrayvec v0.7.6
2026-06-13T11:06:22.8143483Z    Compiling constant_time_eq v0.4.2
2026-06-13T11:06:22.9376385Z    Compiling resolv-conf v0.7.6
2026-06-13T11:06:22.9825815Z    Compiling winreg v0.10.1
2026-06-13T11:06:23.0711629Z    Compiling sha1_smol v1.0.1
2026-06-13T11:06:23.0716267Z    Compiling winnow v0.7.15
2026-06-13T11:06:23.1781966Z    Compiling smol_str v0.1.24
2026-06-13T11:06:23.2990732Z    Compiling arrayref v0.3.9
2026-06-13T11:06:23.3610787Z    Compiling simdutf8 v0.1.5
2026-06-13T11:06:23.4003591Z    Compiling toml_write v0.1.2
2026-06-13T11:06:23.5900838Z    Compiling iroh-dns v0.98.0
2026-06-13T11:06:23.7097967Z    Compiling serial-windows v0.4.0
2026-06-13T11:06:23.7241275Z    Compiling schemars_derive v1.2.1
2026-06-13T11:06:23.9714041Z    Compiling regex v1.12.3
2026-06-13T11:06:23.9756110Z    Compiling webpki-roots v1.0.7
2026-06-13T11:06:24.1156614Z    Compiling spt-msg v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-13T11:06:24.1773433Z    Compiling lru v0.16.4
2026-06-13T11:06:24.1774972Z    Compiling seize v0.5.1
2026-06-13T11:06:24.2532739Z    Compiling serde_bytes v0.11.19
2026-06-13T11:06:24.2914462Z    Compiling hmac v0.12.1
2026-06-13T11:06:24.3211182Z    Compiling iroh v0.98.2
2026-06-13T11:06:24.4393523Z    Compiling bitflags v1.3.2
2026-06-13T11:06:24.4785345Z    Compiling lazy_static v1.5.0
2026-06-13T11:06:24.5564865Z    Compiling dyn-clone v1.0.20
2026-06-13T11:06:24.5597485Z    Compiling anstyle v1.0.14
2026-06-13T11:06:24.5889491Z    Compiling cmov v0.5.4
2026-06-13T11:06:24.6900483Z    Compiling utf8parse v0.2.2
2026-06-13T11:06:24.6901049Z    Compiling pin-utils v0.1.0
2026-06-13T11:06:24.7162606Z    Compiling once_cell_polyfill v1.70.2
2026-06-13T11:06:24.7448632Z    Compiling hyper v1.10.1
2026-06-13T11:06:24.7858448Z    Compiling ctutils v0.4.2
2026-06-13T11:06:24.8159890Z    Compiling anstyle-wincon v3.0.11
2026-06-13T11:06:24.8262592Z    Compiling anstyle-parse v1.0.0
2026-06-13T11:06:24.8418743Z    Compiling nix v0.25.1
2026-06-13T11:06:24.8735781Z    Compiling shared_library v0.1.9
2026-06-13T11:06:24.9493377Z    Compiling toml_edit v0.22.27
2026-06-13T11:06:25.0320039Z    Compiling hkdf v0.12.4
2026-06-13T11:06:25.0385825Z    Compiling papaya v0.2.4
2026-06-13T11:06:25.0386282Z    Compiling filedescriptor v0.8.3
2026-06-13T11:06:25.2350511Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-13T11:06:25.2566041Z    Compiling serial v0.4.0
2026-06-13T11:06:25.3626048Z    Compiling backon v1.6.0
2026-06-13T11:06:25.3798406Z    Compiling anstyle-query v1.1.5
2026-06-13T11:06:25.3798934Z    Compiling shell-words v1.1.1
2026-06-13T11:06:25.4220319Z    Compiling is_terminal_polyfill v1.70.2
2026-06-13T11:06:25.4643290Z    Compiling colorchoice v1.0.5
2026-06-13T11:06:25.5643235Z    Compiling downcast-rs v1.2.1
2026-06-13T11:06:25.6030537Z    Compiling anstream v1.0.0
2026-06-13T11:06:25.6040158Z    Compiling spake2 v0.4.0
2026-06-13T11:06:25.6183099Z    Compiling terminal_size v0.4.4
2026-06-13T11:06:25.6475843Z    Compiling portable-pty v0.8.1
2026-06-13T11:06:25.7294502Z    Compiling sha1 v0.10.6
2026-06-13T11:06:25.7737150Z    Compiling doctest-file v1.1.1
2026-06-13T11:06:25.8676124Z    Compiling clap_lex v1.1.0
2026-06-13T11:06:26.0164754Z    Compiling recvmsg v1.0.0
2026-06-13T11:06:26.0584631Z    Compiling spt-term v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-13T11:06:26.1236543Z    Compiling clap_builder v4.6.0
2026-06-13T11:06:26.1288464Z    Compiling schemars v1.2.1
2026-06-13T11:06:26.2208185Z    Compiling hyper-util v0.1.20
2026-06-13T11:06:26.3244926Z    Compiling clap_derive v4.6.1
2026-06-13T11:06:26.4870581Z    Compiling interprocess v2.4.2
2026-06-13T11:06:26.6050162Z    Compiling qrcode v0.14.1
2026-06-13T11:06:26.9565226Z    Compiling tempfile v3.27.0
2026-06-13T11:06:27.1529317Z    Compiling toml v0.8.23
2026-06-13T11:06:27.7274710Z    Compiling igd-next v0.17.1
2026-06-13T11:06:27.9128655Z    Compiling spt-runtime v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-13T11:06:28.7836275Z    Compiling wmi v0.18.4
2026-06-13T11:06:28.7942518Z    Compiling clap v4.6.1
2026-06-13T11:06:29.7709938Z    Compiling spt-live v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-13T11:06:30.3863339Z    Compiling portmapper v0.16.0
2026-06-13T11:06:41.6312873Z    Compiling rustls-webpki v0.103.13
2026-06-13T11:06:43.9147637Z    Compiling tokio-rustls v0.26.4
2026-06-13T11:06:43.9148301Z    Compiling rustls-platform-verifier v0.7.0
2026-06-13T11:06:43.9148576Z    Compiling noq-proto v0.17.0
2026-06-13T11:06:44.0673965Z    Compiling hyper-rustls v0.27.9
2026-06-13T11:06:44.0674735Z    Compiling hickory-net v0.26.0-beta.4
2026-06-13T11:06:44.0675093Z    Compiling tokio-websockets v0.13.2
2026-06-13T11:06:44.2199757Z    Compiling reqwest v0.13.4
2026-06-13T11:06:45.1471499Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-13T11:07:01.6083241Z    Compiling spt-net v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-13T11:07:02.9166266Z    Compiling spt-daemon v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-13T11:07:10.3432897Z    Compiling spt v0.4.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-13T11:07:16.1236969Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 12s
2026-06-13T11:07:16.1446317Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-6cde78ecf3b148be.exe)
2026-06-13T11:07:16.1938544Z 
2026-06-13T11:07:16.1939168Z running 1 test
2026-06-13T11:07:23.2627151Z test new_brain_serves_against_old_broker ... ok
2026-06-13T11:07:23.2627403Z 
2026-06-13T11:07:23.2627597Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.07s
2026-06-13T11:07:23.2627821Z 
2026-06-13T11:07:23.3144809Z Post job cleanup.
2026-06-13T11:07:23.4126730Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-13T11:07:23.4327658Z git version 2.43.0.windows.1
2026-06-13T11:07:23.4363818Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\4987ae24-78de-4e99-8c77-1502212289b2\.gitconfig'
2026-06-13T11:07:23.4376686Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\4987ae24-78de-4e99-8c77-1502212289b2' before making global git config changes
2026-06-13T11:07:23.4377223Z Adding repository directory to the temporary git global config as a safe directory
2026-06-13T11:07:23.4381881Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-13T11:07:23.4613174Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-13T11:07:23.4837201Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-13T11:07:23.8477971Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-13T11:07:23.8695823Z http.https://github.com/.extraheader
2026-06-13T11:07:23.8720957Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader
2026-06-13T11:07:23.8946623Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-13T11:07:24.2673266Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-13T11:07:24.2894716Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-13T11:07:24.6680949Z Cleaning up orphan processes
